|
simpletext library
v0.98
Compact variations of put/get write/read and print/scan for smaller program sizes
|
#include "simpletext.h"Functions | |
| void | writeChar (text_t *p, char c) |
| Send char on the transmit device. | |
Function to print a char to the terminal.
Copyright (c) 2013, Parallax Inc. Written by Steve Denson
| void writeChar | ( | text_t * | device, |
| char | c | ||
| ) |
Send char on the transmit device.
| device | Previously open/started terminal device. |
| c | Char to send. |
1.8.1.2